assignment statement

assignment statement
"A programming language statement used to assign a value to a variable. It usually consists of three elements: an expression to be assigned, an assignment operator (typically a symbol such as = or :=), and a destination variable. On execution of the assignment statement, the expression is evaluated and the resulting value is stored in the specified destination."
عبارة التعيين

English-Arabic terms dictionary. 2015.

Игры ⚽ Поможем написать курсовую

Look at other dictionaries:

  • assignment statement — priskyrimo sakinys statusas T sritis informatika apibrėžtis Sakinys, aprašantis komandą, kuria atliekamas ↑priskyrimo veiksmas. Vartojamas programavimo kalbose. atitikmenys: angl. assignment statement ryšiai: dar žiūrėk – priskyrimas …   Enciklopedinis kompiuterijos žodynas

  • Assignment (computer science) — In computer programming, an assignment statement sets or re sets the value stored in the storage location(s) denoted by a variable name. In most imperative computer programming languages, assignment statements are one of the basic statements.… …   Wikipedia

  • Assignment (law) — Contract law Part …   Wikipedia

  • Statement (programming) — In computer programming a statement can be thought of as the smallest standalone element of an imperative programming language. A program is formed by a sequence of one or more statements. A statement will have internal components (eg,… …   Wikipedia

  • Statement of Gen. H. Norman Schwarzkopf — May 11, 1993Statement of Gen. H. Norman Schwarzkopf, USA (Ret.)(112) service Whether we like it or not, in my years of militaryI have experienced the fact that the introductionof an open homosexual into a small unit immediatelypolarizes that unit …   Wikipedia

  • Definite assignment analysis — In computer science, definite assignment analysis is a data flow analysis used by compilers to conservatively ensure that a variable or location is always assigned to before it is used. Contents 1 Motivation 2 Terminology 3 The analysis …   Wikipedia

  • Static single assignment form — In compiler design, static single assignment form (often abbreviated as SSA form or SSA) is an intermediate representation (IR) in which every variable is assigned exactly once. Existing variables in the original IR are split into versions , new… …   Wikipedia

  • Route assignment — Route assignment, route choice, or traffic assignment concerns the selection of routes (alternative called paths) between origins and destinations in transportation networks. It is the fourth step in the conventional transportation forecasting… …   Wikipedia

  • Augmented assignment — (or compound assignment) is the name given to certain operators in certain programming languages (especially those derived from C). An augmented assignment is generally used to replace a statement where an operator takes a variable as one of its… …   Wikipedia

  • Quadratic assignment problem — The quadratic assignment problem (QAP) is one of fundamental combinatorial optimization problems in the branch of optimization or operations research in mathematics, from the category of the facilities location problems.The problem models the… …   Wikipedia

  • Von Neumann cardinal assignment — The von Neumann cardinal assignment is a cardinal assignment which uses ordinal numbers. For a well ordered set U , we define its cardinal number to be the smallest ordinal number equinumerous to U . More precisely,:|U| = mathrm{card}(U) = inf {… …   Wikipedia

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”